Class symantec.itools.db.beans.brl.adapter.editors.DerivMiscInfoPage
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.db.beans.brl.adapter.editors.DerivMiscInfoPage

Object
   |
   +----Component
           |
           +----Container
                   |
                   +----JComponent
                           |
                           +----JPanel
                                   |
                                   +----WizardPanel
                                           |
                                           +----symantec.itools.db.beans.brl.adapter.editors.DerivMiscInfoPage

public class DerivMiscInfoPage
extends WizardPanel
Page used to specify the basis of derivation business rule that is to be used

Version:
1.0 06/18/98
Author:
Puru Balakrishnan

Variable Index

 o autoGenAliasName
 o bindColField
 o bindColLabel
 o bindColPanel
 o buttonGroup
 o centerRootPane
 o dataTypeComboBox
 o dataTypeLabel
 o databindingField
 o databindingLabel
 o databindingPanel
 o firstTime
 o imageLabel
 o itemLis
 o keyLis
 o outputDataType
 o outputDataTypePanel
 o perRowSetRadioBtn
 o ruleType
 o ruleTypeLabel
 o ruleTypePanel
 o singleRowRadioBtn

Constructor Index

 o symantec.itools.db.beans.brl.adapter.editors.DerivMiscInfoPage()
 o symantec.itools.db.beans.brl.adapter.editors.DerivMiscInfoPage(DerivWizardController)

Method Index

 o cancel()
 o entering()
 o exiting()
 o finish()
 o getAliasName()
Get alias name
 o getBindingName()
 o getOutputDataType()
Method to get the output data type
 o getOutputName()
Get the specified output column name
 o getRuleType()
Get the business rule type
 o main(String[])
 o processAliasName(String)
Method to handle alias name

Variables

 o autoGenAliasName
protected java.lang.String autoGenAliasName
 o bindColField
protected com.sun.java.swing.JTextField bindColField
 o bindColLabel
protected com.sun.java.swing.JLabel bindColLabel
 o bindColPanel
protected com.sun.java.swing.JPanel bindColPanel
 o buttonGroup
protected com.sun.java.swing.ButtonGroup buttonGroup
 o centerRootPane
protected com.sun.java.swing.JRootPane centerRootPane
 o dataTypeComboBox
protected com.sun.java.swing.JComboBox dataTypeComboBox
 o dataTypeLabel
protected com.sun.java.swing.JLabel dataTypeLabel
 o databindingField
protected com.sun.java.swing.JTextField databindingField
 o databindingLabel
protected com.sun.java.swing.JLabel databindingLabel
 o databindingPanel
protected com.sun.java.swing.JPanel databindingPanel
 o firstTime
protected boolean firstTime
 o imageLabel
protected com.sun.java.swing.JLabel imageLabel
 o itemLis
protected java.awt.event.ItemListener itemLis
 o keyLis
protected java.awt.event.KeyListener keyLis
 o outputDataType
protected int outputDataType
 o outputDataTypePanel
protected com.sun.java.swing.JPanel outputDataTypePanel
 o perRowSetRadioBtn
protected com.sun.java.swing.JRadioButton perRowSetRadioBtn
 o ruleType
protected int ruleType
 o ruleTypeLabel
protected com.sun.java.swing.JLabel ruleTypeLabel
 o ruleTypePanel
protected com.sun.java.swing.JPanel ruleTypePanel
 o singleRowRadioBtn
protected com.sun.java.swing.JRadioButton singleRowRadioBtn

Constructors

 o DerivMiscInfoPage
protected DerivMiscInfoPage()
 o DerivMiscInfoPage
protected DerivMiscInfoPage(DerivWizardController c)

Methods

 o cancel
public void cancel()

Overrides:
cancel in class WizardPanel
 o entering
public void entering()

Overrides:
entering in class WizardPanel
 o exiting
public boolean exiting()

Overrides:
exiting in class WizardPanel
 o finish
public void finish()

Overrides:
finish in class WizardPanel
 o getAliasName
public java.lang.String getAliasName()
Get alias name

Returns:
String
 o getBindingName
public java.lang.String getBindingName()
 o getOutputDataType
public int getOutputDataType()
Method to get the output data type

Returns:
int
 o getOutputName
public java.lang.String getOutputName()
Get the specified output column name

Returns:
String
 o getRuleType
public int getRuleType()
Get the business rule type

Returns:
int
 o main
public static void main(String[] args)
 o processAliasName
public void processAliasName(String name)
Method to handle alias name


All Packages  Class Hierarchy  This Package  Previous  Next  Index